home *** CD-ROM | disk | FTP | other *** search
/ Network PC / Network PC.iso / amiga utilities / communication / bbs / hydrabbsa8 / nodes / node3 / nodelocal < prev    next >
Encoding:
Text File  |  1997-11-21  |  1.8 KB  |  51 lines

  1. ;$HBBS
  2. ; File   : BBS:Nodes/NodeX/NodeLocal
  3. ; Purpose: Defines specific node options
  4.  
  5. ; this file defines specific node options and overrides ALL settings
  6. ; in bbs:nodes/GlobalConfig.
  7.  
  8. ; if you want all your logs to go in one file just set the filenames of each
  9. ; log file to the same name! then you could have one big global file for
  10. ; all the nodes, or seperate ones for each node, OR completely seperate files
  11. ; for each type of error..  all the doors are supposed to find the location
  12. ; of the file from the "node" program rather than asuming thier location..
  13.  
  14. SysopAccount=Hydra
  15. NodeName=Users Node
  16. NodePhone=0202 417197
  17. NodePlayPen=HBBS:Nodes/Node3/Playpen/    ; specifies directory for uploaded files
  18. NodeConnectScript=hbbs:scripts/Node3Connect.scr
  19.  
  20. AskUserPW=NO  ; great for local logins on private node(s)
  21.  
  22. UseSysPW=FALSE
  23. SysPW=OK
  24. SysPWScript=hbbs:scripts/Node3SysPW.scr ; script that gets run BEFORE the
  25.                                         ; user gets asked for the sys pw
  26. SysPWPrompt=Well ? >
  27.  
  28. UseNodePW=FALSE
  29. NodePW=CHANGEME
  30. NodePWScript=hbbs:scripts/Node3NodePW.scr ; script that gets run BEFORE
  31.                                                ; a user gets asked for the node pw
  32. NodePWPrompt=Enter Password For Node
  33.  
  34. NodeLogFile=hbbs:nodes/node3/logs/node.log ; specifies location of logfile for node
  35. CallersLogFile=hbbs:nodes/node3/logs/callers.log
  36. ModemLogFile=hbbs:nodes/node3/logs/modem.log ; location of modem log for this node
  37. UploadLog=TRUE
  38. DownLoadLog=TRUE
  39.  
  40. AccessLevelRequired=20 ; if you have a lots of nodes you could reserve one of
  41.                        ; them for elite/group/co-sysops...
  42.                        ; obviously for node 1 you should make this setting
  43.                        ; lower or equal to the level of access given to new users
  44.                        ; (see BBS:Access/NewUser)
  45.  
  46. ChatFlag=ON
  47. Iconified=NO
  48. StartScreen=YES
  49. UseOwnScreen=YES
  50.  
  51.